home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 14 / AMIGAplus Sonderheft 14 (1998)(ICP)(DE)[!].iso / locale / catalogs / svenska / sources / prefs.construct next >
Text File  |  1997-10-06  |  47KB  |  1,470 lines

  1. ;*************************************************************************
  2. ;** Locale constructor V40.21 ViNCEd prefs part                         **
  3. ;**                                                                     **
  4. ;** This is a constructor/shell script for CreateCatalog. Please read   **
  5. ;** the instructions below carefully.                                   **
  6. ;*************************************************************************
  7. ;
  8. ;       This file has two purposes:
  9. ;
  10. ;       First it acts as a shell script that must be "execute"d to 
  11. ;       build the catalog with one command
  12. ;       Second, it tells CreateCatalog how to build the
  13. ;       catalog. Thus, this file gets a) executed by the shell
  14. ;       and b) is parsed by CreateCatalog. This is possible due to
  15. ;       the special syntax of CreateCatalog.
  16. ;       All lines starting with a semicolon or a blank space are comments
  17. ;       for CreateCatalog. Thus these lines and the lines that act as
  18. ;       a shell script are ignored by the catalog builder: The former
  19. ;       because they have the semicolon, the later because I added a
  20. ;       blank space at the beginning.
  21. ;
  22. ;       Shell script part of the catalog builder:
  23. ;       
  24. ; no assembler is needed for this part. This time the complete job can
  25. ; be done by CreateCatalog, and the strings of the locale are in 
  26. ; THIS file.
  27. ;
  28. ;       The next line starts the catalog builder:
  29. ;       The arguments are: This file (instructions how to build)
  30. ;                          the output file (will be put to RAM:)
  31. ;                          the language: Please change "deutsch" to
  32. ;                               your language, i.e. "italiano" or "français".
  33. ;                          and the version/revision of the catalog.
  34. ;                               Here version 40.21 (40 is internal for release 3)
  35.  
  36. ;
  37. ;*************** Edit this line below *************************************
  38.  vl:bin/CreateCatalog vl:prefs.construct ram:VNC.prefs.catalog svenska 40 21
  39. ;                                                               ^^^^^
  40. ;                                                       This string must be
  41. ;                                                       adjusted !
  42.  copy ram:VNC.prefs.catalog locale:catalogs/svenska/vnc
  43.  quit 
  44. ;
  45. ; End of the shell script. quit is used to prevent the shell from parsing the
  46. ; lines below.
  47. ;
  48. ; Here we use another set of CreateCatalog commands.
  49. ; The '#' command sets the string counter to a specific value.
  50. ; There's no need to change these lines.
  51. ;
  52. ; The 'lines contain the actual strings that replace the english (default) strings
  53. ; The lines starting with a semicolon are again comments and ignored
  54. ; by the catalog builder. Thus you ONLY NEED TO EDIT the lines starting with
  55. ; the apostrophe '.
  56. ; Please note that unlike in the "sys" part of the localization, the
  57. ; reverse apostrophe ` IS NOT USED HERE!
  58. ;
  59. ; Please note that you MUST surround these strings with an additional pair
  60. ; of double quotes if you want to include leading/following blank spaces.
  61. ; The usual C style syntax is used for special charaters, like
  62. ; \r for carriage return        \n for newline
  63. ; \t for TAB                    \b for backspace
  64. ; \\ for the backslash itself. It is the same syntax that is used in the
  65. ; ViNCEd macros, so propably read this section of the guide.
  66. ;
  67. ;
  68. ; Since this is taken from the german localization, I put the original
  69. ; english strings ON TOP of the german ones, plus some information
  70. ; when this string gets printed/displayed.
  71. ;
  72. ;***************************************************************************
  73. ;Strings of the startup-segment
  74. ;***************************************************************************
  75. #1
  76. ;unkown command.                                Printed if you pass an illegal argument to SetVNC
  77. 'okänt kommando.
  78.  
  79. ;required subcommand missing                    Printed if a subcommand needs a sub argument that is missing.
  80. 'nödvändigt underkommando saknas.
  81.  
  82. ;unknown subcommand                             Printed if the parser encountered a sub command (like the FROM to LOAD or the TO for SAVE) that it does not understand
  83. 'okänt underkommando.
  84.  
  85. ;required argument missing                      Printing if a command takes an argument that is not present
  86. 'nödvändigt argument saknas.
  87.  
  88. ;boolean value neither ON nor OFF.              The parser expected an ON or OFF as argument.
  89. 'booleskt värde varken ON eller OFF.
  90.  
  91. ;invalid numeric value.                         The parser expected a number. The one supplied was invalid
  92. 'ogiltigt numeriskt värde.
  93.  
  94. ;out of memory                                  SetVNC has not enough memory.
  95. 'slut på minne.
  96.  
  97. ;Failed parsing "%s" : %s \n\r                  Printed if the parsing of an arugment failed. 
  98. ;The first %s is substituted with the argument name, the second with the failure type, from above.
  99. ;The \n\r code is a newline command. 
  100. ;(Here both, newline plus line feed since someone may have turned ViNCEd's
  101. ; auto CR off)
  102. 'Problem med att tolka "%s" : %s\n\r
  103.  
  104. ;SetVNC failure: Need AT LEAST vnc.library version 40.00.       Printed if SetVNC failed to open the vnc.library
  105. 'SetVNC misslyckades: MINST version 40.00 av vnc.library krävs.\n\r
  106.  
  107. ;SetVNC failure: Can't open needed libraries.                   Printed if some generic libs are missing (asl/dos/gfx/intuition)
  108. 'SetVNC misslyckades: Nödvändiga libraries kunde ej öppnas.\n\r
  109.  
  110. ;SetVNC failure: Need a ViNCEd stream as output handle.         Printed if SetVNC found a non-VINCEd stream, i.e. hasn't been called from ViNCEd.
  111. 'SetVNC misslyckades: Kräver en ViNCEd-ström som output-kanal.\n\r
  112.  
  113. ;"DOS failed    "               A generic failure message if some DOS function returned an error
  114. '"DOS-fel       "
  115.  
  116. ;%s: error code %ld.\n\r        A generic error code if no standard fail message of the DOS could be found.
  117. ;       %s is substituted with the text above, and %ld is the DOS error number.
  118. '%s: felkod %ld.\n\r
  119.  
  120. ;"Usage: SetVNC "               The title of the text that is printed if you specify "?" as argument
  121. '"Användande: SetVNC "
  122.  
  123. ;" O.K. "                       This text is put into the fail requester (it has only one button)
  124. '" O.K. "
  125.  
  126. ;***************************************************************************
  127. ;Strings of the prefs-loader
  128. ;***************************************************************************
  129. ;
  130. ;these strings are printed if the loading/saving of some prefs can't be done
  131. ;
  132. #16
  133. ;"SetVNC failure: Unable to save preferences as "               Printed if SetVNC failed to save the prefs as a file.
  134. ;The actual file name is put behind this text.
  135. '"SetVNC-fel: Kan ej spara inställningar som \n\r"
  136.  
  137. ;SetVNC failure: No memory for preferences.                     Due to a lack of memory ViNCed can't build them
  138. 'SetVNC-fel: Ej tillräckligt med minne för inställningar.\n\r
  139.  
  140. ;SetVNC failure: Can't get preferences from active window.      SetVNC can't load the prefs of the window it was invoked in.
  141. 'SetVNC-fel: Kan ej hämta inställningar från aktivt fönster.\n\r
  142.  
  143. ;SetVNC failure: Can't get global preferences.                  SetVNC can't load the global ("Used") prefs.
  144. 'SetVNC-fel: Kan ej hämta globala inställningar.\n\r
  145.  
  146. ;SetVNC failure: Can't get default preferences.                 The defaults were unavailable.
  147. 'SetVNC-fel: Kan ej hämta standardinställningar.\n\r
  148.  
  149. ;"SetVNC failure: Can't get preferences from file "             SetVNC failed to load the prefs from a given file.
  150. ;The actual file name is printed behind this text
  151. '"SetVNC-fel: Kan ej hämta inställningar från filen "
  152.  
  153. ;SetVNC failure: Can't get last saved preferences.              SetVNC failed to load the prefs beeing saved as global prefs.
  154. 'SetVNC-fel: Kan ej hämta senast sparade inställningar.
  155.  
  156. ;SetVNC failure: Can't construct macro list.                    The list of the macros can't be setup
  157. 'SetVNC-fel: Kan ej konstruera makrolista.
  158.  
  159. ;SetVNC failure: Can't build macros from list.                  The list of the macros can't be installed into the prefs.
  160. 'SetVNC-fel: Kan ej skapa makron från lista.
  161.  
  162. ;SetVNC failure: Can't install preferences into active window.  The window SetVNC was invoked in did not accept the new prefs.
  163. 'SetVNC-fel: Ka